From: IOhannes m zmölnig Date: Thu, 7 Apr 2016 18:23:24 +0000 (+0200) Subject: don't include LV2-wrapper into library X-Git-Tag: archive/raspbian/5.4.5_ds0-1+rpi1~1^2~243 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=66082662a88555ba73f5bcb3c3fc16a7a3406c69;p=juce.git don't include LV2-wrapper into library --- diff --git a/debian/libbuilder/Makefile b/debian/libbuilder/Makefile index ff86ab87..4c8fe5b5 100644 --- a/debian/libbuilder/Makefile +++ b/debian/libbuilder/Makefile @@ -21,7 +21,6 @@ SOURCES=juce_audio_basics.cpp \ juce_audio_formats.cpp \ juce_audio_processors.cpp \ juce_audio_utils.cpp \ - juce_LV2_Wrapper.cpp \ juce_box2d.cpp \ juce_core.cpp \ juce_cryptography.cpp \ @@ -186,8 +185,5 @@ $(OUTDIR)/juce-dbg.pc $(OUTDIR)/juce.pc: juce.pc.in -e 's|@REQUIRED_LIBS@|$(JUCELIBS_LIBS)|g' \ $^ > $@ -juce_LV2_Wrapper.cpp: - echo '#include "../extra/$(notdir $@)"' > $(OUTDIR)/$(notdir $@) - %.cpp: echo '#include "$(MODULES_PATH)/$(basename $(notdir $@))/$(notdir $@)"' > $(OUTDIR)/$(notdir $@)